Renderingla

async tempus dormiet

@ futura tempus.dormiet and sync tempus.expectet share the tempus:dormiet route.

Syntax: tempus.expectet(ms) | cede tempus.dormiet(ms)

Category

ad

Related

Examples

examples/corpus/ad/async-tempus-dormiet.fab (canonical · concept)

@ futura tempus.dormiet and sync tempus.expectet share the tempus:dormiet route.

# Timer proof pair for async `ad` materialization.
#
# `expectet` is the synchronous wrapper and `dormiet` is the `@ futura` wrapper.
# Both use the same `tempus:dormiet` route; only caller posture selects the sync
# or async materializer.

importa ex "norma:tempus" privata tempus

incipiet {
    tempus.expectet(0)
    cede tempus.dormiet(0)
    adfirma verum
}